VT-d: avoid faulting in print_iommu_regs()
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 24 Mar 2010 11:05:06 +0000 (11:05 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 24 Mar 2010 11:05:06 +0000 (11:05 +0000)
commit6a9ca8b206be15720a1a59185ce5acf333ff72e0
treeee3976232bd48ece1051400a2f66164124addabc
parent0673a21c077510cc09c631557140585304c5ab90
VT-d: avoid faulting in print_iommu_regs()

In c/s 21027 I overlooked that using this function when bad table data
was found requires the function to also do some range checking.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/drivers/passthrough/vtd/utils.c